/* Terms policy 页面专用配置 */
.banner.container-fuild {
    background-color: #000;
    color: #fff;
    margin-top: 85px;
    margin-bottom: 30px;
    text-align: left;
}

#ServiceDetail {
    font-family: Noto Sans SC,sans-serif;
}

/* Banner A部分 - 图片背景 */
.banner .banner-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 150px;
    line-height: 150px;
    background-image: url(/assets_gws_template_responsive/header-footer/responsive-multipurpose/img/banner_2.504cd23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    border: 1px solid transparent;
    text-align: center;
}

/* Banner B部分 - 黑色底部导航 */
.nav-breadcrumb {
    margin: 0 auto;
    max-width: 1440px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #000;
}

.nav-BreadcrumbList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-BreadcrumbItem {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.nav-BreadcrumbItem:not(:last-child):after {
    content: '/';
    margin: 0 10px;
    color: #666;
}

.nav-BreadcrumbItem a {
    color: #fff;
    text-decoration: none;
}

.nav-BreadcrumbItem a:hover {
    color: #f50f10;
    text-decoration: underline;
}

.content {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.content-block p {
    margin: 0;
    line-height: 1.42857143;
    color: #333;
}

#container {
    margin: 0 auto;
}

@media (min-width: 768px) {
    #container {
        width:750px;
    }
}

@media (min-width: 992px) {
    #container {
        width:970px;
    }
}

@media (min-width: 1200px) {
    #container {
        width:1170px;
    }
}

/* Policy page navigation styles */
.nav-item {
    padding: 5px;
    transition: background-color 0.3s ease;
}

.service-link {
    position: relative;
    padding-left: 20px;
    display: block;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(/assets_gws_template_responsive/img/icon/LinkDown.svg) no-repeat center;
    background-size: contain;
}

.nav-item:hover,
.nav-item:focus-within {
    background-color: rgb(240, 240, 240);
}

.nav-item:hover .service-link,
.nav-item:focus-within .service-link {
    color: #c40001;
}